/* General Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background-color: #ffffff;
	color: #46434d;
	font-family: Ubuntu, Arial, serif;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	line-height: 1.5;
	overflow-x: hidden;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #46434d;
	color: #ffffff;
}

::selection {
	background-color: #46434d;
	color: #ffffff;
}

a {
	color: #46434d;
	text-decoration: none;
}

#content a {
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #46277d;
	text-decoration: underline;
}

a img {
	border: 0px;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

#content ul {
	margin-left: 40px;
}


blockquote,
blockquote::before {
	color: #46434d;
}

blockquote {
	margin: 40px 40px 24px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #46434d;
	color: #ffffff;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #46434d;
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Author
--------------------------------------------- */
.author-info {

}
.author-name {
	color: #46277d;
	margin-bottom: 15px;
}
.author-bio {
	margin-bottom: 10px;
}
.author-image-wrapper {

}

#author_appearances { 
	margin: 20px 0px; 
}

#appearances_wrapper {
    border: 1px solid #46277d;
    border-radius: 6px;
    overflow: hidden;
    margin: 20px 0px;
}
table.appearances {
}
table.appearances tbody {
    border-bottom: 0;
}
table.appearances th, table.appearances td {
	padding: 2px 10px;
}

table.appearances th {
	background-color: #46277d;
	color: #ffffff;
	font-weight: 600;
}
table.appearances .notes-row {
	border-top: 1px dotted #46277d;
	padding-bottom: 10px;
}
table.appearances tr:nth-child(4n), table.appearances tr:nth-child(4n+1) {
	background-color: #fefefe;
}
table.appearances tr:nth-child(4n) td {
	padding-top: 10px;
}
table.appearances tr:nth-child(4n) {
	border-top: 1px solid #46277d;
}
table.appearances tr:nth-child(1) {
	background-color: transparent;
}
table.appearances tr:last-child {
	background-color: transparent;
}
/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	margin: 0px;
	max-width: 100%;
	box-sizing: border-box;
}

img.alignleft {
	float: left;
	text-align: left;
	margin-right: 25px;
	margin-bottom: 15px;
}

img.alignright {
	float: right;
	text-align: right;
	margin-left: 25px;
	margin-bottom: 15px;
}

img.aligncenter {
	float: none;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}

/* Forms
--------------------------------------------- */

#top-search {
    background-color: #46277d;
    padding: 5px 10px 10px;
}

#top-search-form {
	display: table-row;
}

#top-search-form .search-input {
	display: table-cell;
}

#top-search-form .search-input-field {
	width: 100%;
	display: table-cell;
}

fieldset {
	border: none;
}
 
.sideSearchIcon:active, .sideSearchIcon:focus {
  outline: none;
  border: 0;
}

.content input:not([type=checkbox]):not([type=radio]):not([type=image]):not([type=submit]),
#top-search input:not([type=image]),
.content select,
.content textarea {
	background-color: #ffffff;
	border: 1px solid #fefefe;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #fefefe inset;
	color: #46434d;
	font-size: 14px;
	padding: 16px;
	width: 100%;
	box-sizing: border-box;
}
.content input[type="checkbox"], .content input[type="radio"] {
	width:auto;
}
input:focus,
textarea:focus {
	border: 1px solid #46434d;
	outline: none;
}

::-moz-placeholder {
	color: #46434d;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #46434d;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background: #46277d;
	color: #ffffff;
	cursor: pointer;
	padding: 10px 15px;
	width: auto;
	display: inline-block;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none !important;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	margin-top: 10px;
}

button:hover,.button.current,
i
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover, .button.current,
.entry-content .button:hover {
	background: #907dd6;
	color: #ffffff;
	text-decoration: none;
}

.button.green-button {
	background: #46277d;
}

.button.green-button:hover {
	background: #907dd6;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

@media only screen and (max-width: 850px) {
  #top-menu li:hover > ul {
    background-color: #ffffff;
  }
	
  #top-menu li:hover > ul a {
    background-color: #ffffff;
  }
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.4;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #fefefe;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	padding: 0;
}

/*
Main Structure and Layout
---------------------------------------------------------------------------------------------------- */
.header-wrapper {
	width: 100%;
	overflow: auto;
	background-color: #cbcade;
	background: url("../../../../images/91971925-1591972132-1591972132-1592594975-1592594975-1592595038-1592595038-1592595101_1592595101_png_25jyqkpiw3aokxyagrc8gb.png") center center repeat #cbcade;
}

.header {
	max-width: 1150px;
	margin: 0 auto;
	min-height: 125px;
	padding: 10px 15px;
	clear: both;
}

.title-area {
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

h1.site-title {
	font-size: 80px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 8px;
	font-family: "Open Sans", Arial, serif;
}

h1.site-title a {
	color: #1d3396;
}

h1.site-title a:hover {
	text-decoration: none;
}

.footer-wrapper {
	width: 100%;
	overflow: auto;
	background: url("../../../../images/91971925-1591972132-1591972132-1592594975-1592594975-1592595038-1592595038-1592595101_1592595101_png_25jyqkpiw3aokxyagrc8gb.png") center center repeat #cbcade;
}

.footer {
	max-width: 1150px;
	min-height: 30px;
	color: #fefefe;
	font-size: 14px;
	text-align: right;
	padding: 30px 0px;
	margin: 0 auto;
}

.footer .copyright {
	text-align: center;
}

.footer .copyright a {
	padding: 0px;
}

.footer p {
	margin-top: 10px;
	margin-bottom: 14px;
}

.footer a {
	padding: 10px 15px;
	text-decoration: none;
	font-size: 14px;
	display: inline-block;
}

.footer ul {
	list-style: none;
}

.footer ul li {
	display: inline-block;
}

.footer a:link {
	color: #fefefe;
}

.footer a:visited {
	color: #fefefe;
} 

.footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/*
Navigation
---------------------------------------------------------------------------------------------------- */

#header-menu {
	list-style: none;
	width: 100%;
	text-align: right;
	background-color: #ffffff;
	overflow: auto; 
}

#header-menu li {
	float: right;
}

#header-menu a {
	border: none;
	color: #46277d;
	display: block;
	padding: 4px 10px;
	position: relative;
	font-size: 13px;
	text-align: center;
	font-weight: 600;
	text-decoration: none;
}

#header-menu a:hover {
	color: #907dd6;
}

.nav-wrapper {
	border-top: 1px solid #fefefe;
	border-bottom: 1px solid #fefefe;
	width: 100%;
	background-color: #fefefe;
	box-shadow: 0 0px 10px 0px rgba(0,0,0,0.25);
	position: relative;
}

.main-navigation {
	border-top: 1px solid #46277d;
	border-bottom: 1px solid #46277d;
	margin: 0 auto;
	line-height: 1.625;
	text-align: center;
}

.main-navigation a:hover {
	color: #907dd6;
	text-decoration: none;
}

.main-navigation .sub-menu a:hover {
	color: #907dd6;
	text-decoration: none;
}

#top-menu li {
	display: inline-block;
	text-align: center;
}

#top-menu a {
	border: none;
	color: #46277d;
	display: block;
	padding: 10px 24px;
	position: relative;
	font-size: 17px;
	text-align: center;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

#top-menu a:hover {
	color: #907dd6;
	text-decoration: none;
}

#top-menu ul li.current > a {
	text-decoration: underline;
}

#top-menu ul {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
	margin-top: 0px;
}

#top-menu ul a {
	background-color: #fefefe;
	border: 1px solid #46277d;
	border-top: none;
	font-size: 14px;
	padding: 10px 10px;
	position: relative;
	width: 200px;
	color: #46277d;
	text-transform: none;
}

#top-menu ul ul {
	border-top: 1px solid #46277d;
	margin: -45px 0 0 221px;
	width: auto;
}

#top-menu ul ul a {
	height: 23px;
}

#top-menu li:hover {
	position: static;
}

#top-menu li:hover > ul {
	left: auto;
	opacity: 1;
}


/*
Internal Page Layout
---------------------------------------------------------------------------------------------------- */

.main-container {
	max-width: 1150px;
	height: auto;
	background-color: #ffffff;
	margin: 0 auto;
	overflow: auto;
}

body.home .page-content {
	min-height: 200px;
	border: none;
}

body.home .main-container.custom.blog { 
	background-color: #fefefe; 
}

body.home .main-container.custom.blog #blog_wrapper { 
	border-bottom: 1px dotted #422769; 
}

body.hide-sidebar .content {
	padding: 20px;
}

.promotions-top, .promotions-bottom {
	padding: 0;
	background-color: #ffffff;
	color: #46434d;
    margin: 0 auto;
    text-align: center;
}

.promotions-top p, .promotions-bottom p {
	padding: 10px;
}

#page {
	width: 70%;
    box-sizing: border-box;
	height: auto;
	float: right;
	padding: 20px 35px;
}

body.hide-sidebar #page {
	width: 100%;
	padding: 0px;
	border: none;
}

.page-content article {
	padding: 35px;
}

/*
Internal Sidebar Layout
---------------------------------------------------------------------------------------------------- */

#sidebar {
	width: 30%;
    box-sizing: border-box;
	height: auto;
	float: left;
	padding: 20px;
	background-color: #fefefe;
	overflow: hidden;
}

#sidebar img.border-image {
	border: 5px solid #ffffff;
	outline: 1px solid #fefefe;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}

/*
Home Page Layout
---------------------------------------------------------------------------------------------------- */

body.home .main-container {
	width: 100%;
	max-width: 100%;
}

body.home .page-content {
	background-color: #fefefe;
	width: 100%;
	max-width: 100%;
	padding: 0px;
	float: none;
}

.home-top-content {
	min-height: 260px;
	overflow: auto;
	background-color: #ffffff;
	border-bottom: 1px solid #46277d;
	color: #46434d;
	font-size: 18px;
	line-height: 1.75;
}

.home-top-content .wrap {
	max-width: 1150px;
	margin: 0 auto;
	overflow: auto;
	padding: 35px;
}

.home-top-content .author-image-wrapper img.border-image {
	border: 5px solid #ffffff;
	outline: 1px solid #fefefe;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}

.home-middle-bottom-wrap {
	background-color: #fefefe;
	margin: 0 auto;
	max-width: 1150px;
	overflow: auto;
	padding: 35px;
}

.home-middle-content {
	min-height: 600px;
	overflow: auto;
	background-color: #ffffff;
	border: 1px solid #46277d;
	border-radius: 25px;
	color: #46434d;
	width: 47%;
	float: left;
	font-size: 18px;
	line-height: 1.75;
}

.home-middle-content .wrap {
	
}

.home-bottom-content {
	min-height: 600px;
	overflow: auto;
	background-color: #ffffff;
	border: 1px solid #46277d;
	border-radius: 25px;
	color: #46434d;
	width: 47%;
	float: right;
	font-size: 18px;
	line-height: 1.75;
}

.home-bottom-content .wrap {
	
}

#featured-box .image img,
#popular-box .image img {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #46434d;
    height: auto;
    max-width: 100%;
    min-width: 165px;
    min-height: 260px;
}

#featured-box .image,
#popular-box .image  {
    float: left;
    margin: 0 25px 15px 0;
    text-align: left;
}

#featured-box h2 {
    color: #46434d;
}

#featured-box .button {
    background-color: #46277d;
	color: #ffffff
}

#featured-box .button:hover {
    background-color: #907dd6;
    text-decoration: none;
}

#popular-box .button {
    background-color: #46277d;
}

#popular-box .button:hover {
    background-color: #907dd6;
    text-decoration: none;
}

#featured-box .name,
#popular-box .name {
    font-weight: bold;
	font-size: 24px;
    font-family: 'Nunito Sans', sans-serif;
    line-height: 1.5;
}

#featured-box .name a {
	color: #46434d;
	display: block;
	margin-bottom: 10px;
}

#popular-box .name a {
    color: #46434d;
    display: block;
    margin-bottom: 10px;
}


/*
Carousel
---------------------------------------------------------------------------------------------------- */

body.home .page-content.carousel-home .home-top-content {
	background-color: #fefefe;
	border-top: 1px solid #46277d
}

body.home .page-content.carousel-home .home-middle-content,
body.home .page-content.carousel-home .home-bottom-content {
	border: none;
	border-radius: none;
	clear: both;
	float: none;
	min-height: initial;
	width: 100%;
}

/*
Social Icons
---------------------------------------------------------------------------------------------------- */

.social-icons {
	text-align: center;
}

.social-icons span {
	clear: both;
	font-weight: 400;

}

.social-icons span.follow-me-text {
	display: block;
}

.social-icons span img {
	width: 35px!important;
	max-width: 35px!important;
	position: relative!important;
	top: 0px!important;
	left: -15px!important;
}

.social-icons .fa-brands {
	height: 35px;
	width: 35px;
	font-size: 18px;
	color: #ffffff;
	background-color: #46277d;
	border-radius: 2px;
	line-height: 2;
}

.social-icons .fa-brands:hover {
	background-color: #907dd6;
}

.fa-goodreads .goodreadstext {
  	font-family:helvetica; 
	position: relative; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 25px;
	line-height: 2px;
	margin-top: 0px; 
	margin-left: 10px;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Mobile Nav
---------------------------------------------------------------------------------------------------- */

.slicknav_menu {
	display:none;
	background: transparent!important;
	padding: 10px!important;
}

.slicknav_btn {
	margin: 0 auto!important;
	float: none!important;
	background-color: transparent!important;
	text-align: center!important;
	width: 100px!important;
}

.slicknav_menu .slicknav_menutxt {
	text-shadow: none!important;
	color: #46277d!important;
	font-family: "Open Sans",sans-serif;
	font-weight: normal!important;
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #46277d!important;
}

.slicknav_nav {
	text-align: left!important;
	text-transform: uppercase!important;
}

.slicknav_nav a {
	color: #46277d!important;
	font-family: "Open Sans",sans-serif;
	font-weight: normal!important;
}

.slicknav_nav a:hover {
	background-color: transparent!important;
	color: #907dd6!important;
}

/*
Category Pages
---------------------------------------------------------------------------------------------------- */

.pagination.top a.change_view {
	padding: 0px 10px;
}

.pagination.top a.change_view:first-of-type {
	border-right: 1px solid #46434d;
}

.product-list-item {
	margin-bottom: 20px;
	padding: 20px 0px;
	border-bottom: 1px solid #46434d;
	clear: both;
	overflow: auto;
}

.product-list-item .image {
	float: left;
	margin: 0px 15px 0px 0px;
}

.product-grid-item {
	float: left;
	width: 31.623931623931625%;
	margin-left: 2.564102564102564%;
	padding: 20px 0px;
}

.product-grid-item:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}

.product-grid-item h3 {
	font-size: 18px;
}

.product-list-item .button,
.product-grid-item .button {
	padding: 10px 15px;
	width: auto!important;
	font-size: 15px;
}

.product-list-item .details .skus,
.product-grid-item .details .skus {
	display: none;
}

.product-list-item h3 a,
.product-grid-item h3 a {
	text-decoration: none!important;
}

/*
Single Product Pages
---------------------------------------------------------------------------------------------------- */

#WA_Store_Cart_1_Quantity_Add {
	width:55px !important;
}

h1#ProductName {
	font-size: 36px;
	margin-bottom: 5px;
}

.product-details-subtitle {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 0px;
}

.product-details-seriesname {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0px;
}

.product-details-author {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 0px;
}

.product-details-publisher {
	font-size: 18px;
	margin-bottom: 15px;
}

.bookseller-buy {
	font-weight: 700;
	margin-bottom: 5px;
}

.product-details .image {
	margin-right: 20px;
}

.product-details .options .price {
	display: none;
	margin-bottom: 10px; 
}

.product-details #ProductLongDesc {
	padding: 20px 0px;
}

.product-details #ProductLongDesc img {
	margin: 2px 10px;
}

.product-details #ProductLongDesc ol,
.product-details #ProductLongDesc  ul {
	margin-left: 25px;
}

.product-details .options .skus {
	display: none;
}

.product-book-bottom {
	text-align: center;
}

img#ProductImage {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}


/*
Featured & Popular Side-by-Side Home Page Layout
---------------------------------------------------------------------------------------------------- */

#fma-wrapper .wrap,
.split-home.content .wrap,
#info-content .wrap {
	max-width: 1150px;
	margin: 0 auto;
	overflow: auto;
	padding: 35px;
}

.split-home.content {
	background-color: #fefefe;
	border-bottom: 1px solid #46277d;
	border-top: 1px solid #46277d;
	color: #46434d;
}

.split-home.content #featured-box .name a,
.split-home.content #popular-box .name a {
	color: #46434d;
}

.split-home.content #featured-box .button,
.split-home.content #popular-box .button {
	background: #46277d;
	color: #ffffff;
	text-decoration: none;
}

.split-home.content #featured-box .button:hover,
.split-home.content #popular-box .button:hover {
	background-color: #907dd6;
	text-decoration: none;
}

/*
Blank Home Page Layout
---------------------------------------------------------------------------------------------------- */

#home-wrapper .wrap {
	max-width: 1150px;
	margin: 0 auto;
	overflow: auto;
	padding: 35px 45px;
}

/*
Sidebar Items
---------------------------------------------------------------------------------------------------- */

#featured-side {
	margin: 30px 0px;
}

#featured-side .image img {
	display: block;
	float: none;
	margin: 0 auto;
}

#featured-side h3.name {
	margin: 10px 0px;
	text-align: center;
	font-size: 20px;
}

#featured-side h3 a {
	text-decoration: none;
}

#sidebar .widget {
	margin: 30px 0px;
}

/*
Blog
---------------------------------------------------------------------------------------------------- */

#blog_wrapper {
	border-bottom: 1px solid #46434d;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#blog_wrapper h2 {
	margin-bottom: 5px;
}


#blog_wrapper #blog_by {
	font-size: 14px;
	font-weight: bold;
}

#blog_wrapper #blog_link .button{
	margin-top: 15px;
}

.blog-menu {
	margin: 0px 0px 20px 0px!important; 
}

.blog-menu li {
	list-style: none;
	border-bottom: 1px dotted #907dd6; 
	padding-bottom: 5px; 
	margin-bottom: 5px;
}

.blog-menu li a {
	text-decoration: none!important;
	font-weight: normal!important;
}

.blog-menu li a:hover {
	text-decoration: underline;
}

/*
Book Above Bio
---------------------------------------------------------------------------------------------------- */

.page-content.book-above-bio .home-middle-content,
.page-content.book-above-bio .home-bottom-content {
	border: none;
	border-radius: 0px;
	clear: both;
	float: none;
	min-height: auto;
	width: 100%;
}

.page-content.book-above-bio .home-top-content {
	background-color: #fefefe;
	border-bottom: 1px solid #46277d;
	border-top: 1px solid #46277d;
}


/*
Shopping Cart
---------------------------------------------------------------------------------------------------- */

.cart-description-row {
	display: none;
}

.booksellers {
 margin-bottom: 20px;
}

#ProductVideo {
 margin-top: 25px;
}

table .cart-header th {
	padding: 6px;
	background-color: #46277d;
	color: #ffffff;
	margin-bottom: 10px;
}
.cart-display tbody tr:nth-child(even) {
	border-bottom: 1px solid #46277d;
}
.cart-display table {
	margin-bottom: 0;
}
.cart-display tbody {
	border:0;
}
.cart-display td {
	vertical-align: top;
}

.cart-display tbody:before {line-height:1em; content:"\200C"; display:block;}


table .cart-header th:first-child{
  border-radius:10px 0 0 10px;
}

table .cart-header th:last-child{
  border-radius:0 10px 10px 0;
}

table .cart-header th:last-child{
  border-radius:0 10px 10px 0;
}
.cart-display tbody tr:nth-child(odd) td {
	padding-top: 10px;
}
.cart-display tbody tr:nth-child(1) td {
	padding-top: 0;
}
.cart-display .image img {
	max-width: none;
	margin-right:10px;
}
.cart-display .image img {
	max-width: none;
}
.cart-coupon {
    margin-top: 15px;
    overflow: hidden;
}
.cart-coupon .code {
    float: left;
    font-size: 1.1em;
    font-weight: bold;
}
.cart-coupon .code input {
    margin-left: 6px;
    width: 160px;
}
.cart-coupon .links {
    float: right;
}
.cart-coupon .links .button {
    margin-left: 5px;
}
body.confirm .buttons input[type="submit"] {
    margin-right: 5px;
}
.cart-summary {
    margin: 15px 0;
    padding: 20px;
    text-align: right;
}
.cart-summary table {
    margin-left: auto;
}
.cart-summary th {
    font-size: 1.3em;
    font-weight: normal;
    padding: 5px 10px;
}
.cart-summary td {
    font-size: 1.4em;
    font-weight: bold;
    width: 100px;
}
.cart-summary .last-row {
    font-size: 0.5em;
    padding-bottom: 5px;
}
.cart-summary .total th, .cart-summary .total td {
    border-top: 1px solid #fefefe;
    padding-top: 8px;
}
.cart-checkout {
    text-align: right;
}
.cart-checkout input {
    float: right;
}
.mobile {
	display:none;
}

/*
New Header Styles
---------------------------------------------------------------------------------------------------- */

.header-wrapper.logo-image .header {
	max-width: 1450px;
	padding: 0px;
}

.header-wrapper.logo-image .title-area {
	padding-top: 0px;
	overflow: hidden;
}

.header-wrapper.logo-image .title-area img.site-logo {
	margin-bottom: -10px;
}

/*
Footer Menu
---------------------------------------------------------------------------------------------------- */

.footer-menu {
	line-height: 1.5;
	margin: 0px 0px;
	text-align: right;
}

.footer-menu #top-menu li a {
	color: #ffffff;
	font-size: 14px;
	padding: 10px 14px;
}

.footer-menu #top-menu li a:hover {
	color: #fefefe;
}

.footer-menu #top-menu li ul {
	display: none;
}